@charset "utf-8";

/* CSS Document */

body {
    font-size: 16px;
    font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif, "Quicksand", meiryo, "メイリオ";
    line-height: 1.8;
}

a[target="_blank"] {
    background-image: url(../images/link-blank-icon.png);
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 25px;
}

img {
    vertical-align: bottom;
    max-width: 100%;
    width: auto;
}
ul,
ol,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.center {
    text-align: center!important;
}

.strong-text {
    color: #10348e;
    font-weight: 600;
}

header {
    background-color: #ffffff;
    padding: 10px;
}

header .header-inner {
    max-width: 1100px;
    padding: 0 10px;
    margin: 0 auto;
    text-align: left;
}

header #header-logo {
    max-width: 310px;
}

footer {
    color: #ffffff;
    background-color: #013e8f;
    width: 100%;
    padding: 20px 0;
}

.footer-inner {
    max-width: 1080px;
    margin: 0 auto;
    text-align: center;
}

.footer-nav .footer-nav-list {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 10px;
    font-size: 18px;
}

.footer-nav .footer-nav-list > li a {
    color: #ffffff;
    text-decoration: none;
}

.footer-nav .footer-nav-list > li:after {
    content: "｜";
    margin: 0 10px;
}

.footer-nav .footer-nav-list > li:last-child:after {
    content: none;
    margin: 0;
}

#copyright {
    font-size: 12px;
    text-align: center;
}

section {
    padding: 50px 0;
    font-weight: 200;
}

section.top-border {
    position: relative;
}

section.top-border::before {
    background-color: #cccccc;
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    max-width: 1080px;
    height: 1px;
    margin: 0 auto;
    top: 0;
    left: 0;
    right: 0;
}

section .section-inner {
    max-width: 1080px;
    padding: 0 40px;
    margin: 0 auto;
}

section .section-copy-title {
    font-size: 26px;
    font-weight: 200;
    text-align: center;
    margin-bottom: 45px;
}

section .section-head {
    font-weight: 200;
    text-align: center;
    margin-bottom: 50px;
}

section .section-title {
    font-size: 26px;
    font-weight: 200;
    text-align: center;
}

section .section-head .section-title {
    margin-top: 0;
}

section .section-head .section-lead-text {
    margin-top: 40px;
}

section .section-sub-title {
    font-size: 22px;
    font-weight: 200;
    text-align: center;
    margin-top: 55px;
    margin-bottom: 35px;
}

.cv {
    padding: 60px 20px 50px;
}

.cv.bg-dark {
    background-color: #888888;
    padding: 17px 20px;
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 9999;
}

.cv .cv-btn {
    max-width: 500px;
    margin: 0 auto;
}

.cv .cv-btn a {
    color: #ffffff;
    background: linear-gradient(to right, #ed9067, #b70000);
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 200;
    line-height: 66px;
    text-align: center;
    text-decoration: none;
    padding: 0 20px;
    border-radius: 40px;
    transition: all 0.5s 0s ease;
}

.cv .cv-btn a:hover {
    opacity: 0.7;
}

#mainvisual {
    background-color: #ecf1fd;
    height: 680px;
    padding-top: 140px;
    position: relative;
    overflow: hidden;
}

#mainvisual:before {
    background-color: #10348e;
    content: "";
    width: 1000%;
    height: 540px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(5.2deg);
    z-index: 1;
}

#mainvisual:after {
    background: url(https://img07.en25.com/Web/SMFLCAPITALLTD/{2761222a-be9e-4b48-8f2c-6d2b9dee5a9f}_bg_mainvisual.png) no-repeat center center;
    background-size: cover;
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

#mainvisual .mainvisual-inner {
    max-width: 1080px;
    padding: 0 80px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}

#mainvisual .main-copy {
    color: #ffffff;
    font-size: 26px;
    font-weight: 200;
    line-height: 2.0em;
}

#mainvisual .strong-point {
    margin-top: 35px;
}

#mainvisual .strong-point .strong-point-copy {
    color: #ffffff;
    font-size: 22px;
    font-weight: 200;
    text-align: center;
    margin-bottom: 20px;
}

.strong-point .strong-point-list {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    position: relative;
}

.strong-point .strong-point-list:before,
.strong-point .strong-point-list::after {
    background-color: #ecf1fd;
    content: "";
    display: block;
    position: absolute;
    width: 136px;
    height: 1px;
    transform-origin: 0 50% 0;
    top: 50%;
    left: 50%;
    z-index: 2;
}

.strong-point .strong-point-list:before {
    transform: rotate(45deg) translate(-50%, -50%);
}

.strong-point .strong-point-list:after {
    transform: rotate(-45deg) translate(-50%, -50%);
}

.strong-point .strong-point-list > li {
    color: #111111;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 280px;
    height: 280px;
    margin: 0 20px;
    border-radius: 50%;
}

.strong-point .strong-point-list > li:nth-child(odd) {
    color: #ffffff;
    background-color: #10348e;
}

.strong-point .strong-point-list > li .strong-point-text{
    font-size: 18px;
    font-weight: 200;
    text-align: center;
}

#risk .trouble-box {
    width: 100%;
    justify-content: center;
    align-items: center;
    margin: 50px auto 20px;
    position: relative;
}

#risk .trouble-box::before {
    background-color: #ecf1fd;
    content: "";
    width: 100%;
    height: 80%;
    display: block;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    left: 0;
    right: 0;
    margin: auto 0;
}

#risk .trouble-box .trouble-item {
    position: relative;
    z-index: 2;
    max-width: 588px;
    width: calc(55% - 40px);
    margin-right: 40px;
}

#risk .trouble-box .trouble-item:first-child {
    max-width: 490px;
    width: 45%;
    padding: 0 40px;
    margin-right: 0;
}

#risk .trouble-box .trouble-item:last-child {
    text-align: center;
}

#risk .trouble-item .trouble-copy {
    font-size: 22px;
    margin-bottom: 30px;
}

#risk .trouble-item .trouble-list >li {
    font-size: 18px;
    margin-top: 10px;
    padding-left: 40px;
    position: relative;
}

#risk .trouble-item .trouble-list >li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 18px;
    background: url(https://img07.en25.com/Web/SMFLCAPITALLTD/{190af4a8-8a3b-4715-b52b-b120c20b8c6f}_icon_check.png) no-repeat left center;
    background-size: 100% auto;
}

#choice {
    text-align: center;
}

#choice .security-box {
    justify-content: center;
    align-items: center;
    margin: 50px auto 30px;
}

#choice .security-box .security-item:first-child {
    position: relative;
    padding-right: 75px;
    margin-right: 48px;
}

#choice .security-box .security-item:first-child::after {
    content: "×";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    margin: 0 auto;
    font-size: 36px;
    font-weight: 100;
    line-height: 1em;
}

#choice .secutity-table {
    max-width: 480px;
    border-collapse: collapse;
    border-bottom: 1px solid #cbcbcb;
    border-right: 1px solid #cbcbcb;
}

#choice .secutity-table thead th {
    background-color: #ffffff;
    border-top: 1px solid #cbcbcb;
    border-left: 1px solid #cbcbcb;
    padding: 0 25px;
    font-weight: 200;
    line-height: 50px;
}

#choice .secutity-table thead th:first-child {
    border-top: none;
    border-left: none;
}

#choice .secutity-table tbody th,
#choice .secutity-table tbody td {
    background-color: #ffffff;
    border-top: 1px solid #cbcbcb;
    border-left: 1px solid #cbcbcb;
    padding: 0 25px;
    font-weight: 200;
    line-height: 50px;
}

#choice .secutity-table tbody tr:nth-child(odd) th,
#choice .secutity-table tbody tr:nth-child(odd) td {
    background-color: #ecf1fd;
}

#choice .gray-label {
    background-color: #f0f0f0;
    line-height: 2em;
    text-align: center;
    display: inline-block;
    border-radius: 1em;
    padding: 0 20px;
    margin: 10px auto;
}

#choice .circle {
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 224px;
    height: 224px;
    border-radius: 50%;
    text-align: center;
    border: 2px dotted #111111;
}

#choice .under-arrow {
    width: 84px;
    height: 30px;
    margin: 70px auto 80px;
    border-top: 30px solid #10348e;
    border-left: 42px solid transparent;
    border-right: 42px solid transparent;
}

#choice .strong-point .strong-point-list > li:nth-child(even) {
    background-color: #f0f0f0;
}

#choice .strong-point .strong-point-list:before {
    background-color: #111111;
    transform: rotate(45deg) translate(-50%, -50%);
}

#choice .strong-point .strong-point-list:after {
    background-color: #3f64c0;
    transform: rotate(-45deg) translate(-50%, -50%);
}

#choice .features-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}

#choice .features-list > li {
    background-color: #ecf1fd;
    width: 28.7%;
    max-width: 287px;
    height: 90px;
    margin: 25px 20px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    text-align: center;
    position: relative;
}

#choice .features-list > li:nth-child(2) {
    background-color: #e7edfc;
}
#choice .features-list > li:nth-child(3) {
    background-color: #e1e8fa;
}
#choice .features-list > li:nth-child(4) {
    background-color: #d4def5;
}
#choice .features-list > li:nth-child(5) {
    background-color: #c9d5f0;
}

#choice .features-list > li::before {
    background-color: #ecf1fd;
    content: "";
    position: absolute;
    width: 28px;
    height: 34px;
    left: 15px;
    top: -25px;
    background: url(https://img07.en25.com/Web/SMFLCAPITALLTD/{68f0ff3a-333c-4fa6-a841-b3e2292160dc}_icon_num01.png) no-repeat center center;
    background-size: auto 100%;
}

#choice .features-list > li:nth-child(2)::before {
    background-image: url(https://img07.en25.com/Web/SMFLCAPITALLTD/{90bf5ca3-67a6-4987-bb02-a26c1839e868}_icon_num02.png);
}
#choice .features-list > li:nth-child(3)::before {
    background-image: url(https://img07.en25.com/Web/SMFLCAPITALLTD/{7c1d7916-7147-44b2-a602-81fba0d2f004}_icon_num03.png);
}
#choice .features-list > li:nth-child(4)::before {
    background-image: url(https://img07.en25.com/Web/SMFLCAPITALLTD/{2d92383c-2281-4f20-b23b-8298fd7af32e}_icon_num04.png);
}
#choice .features-list > li:nth-child(5)::before {
    background-image: url(https://img07.en25.com/Web/SMFLCAPITALLTD/{858f2fea-920b-4005-991a-1f5748a30036}_icon_num05.png);
}

.column2-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

#voice .voice-box {
    margin-top: 50px;
}

#voice .voice-box .voice-item {
    width: 46%;
    padding: 0 30px;
}

#voice .voice-box .voice-item .voice-circle {
    color: #3c6aa7;
    background-color: #f0f0f0;
    width: 103px;
    height: 103px;
    border-radius: 50%;
    margin: 0 auto;
}

#voice .voice-box .voice-item .voice-circle.icon-shop,
#voice .voice-box .voice-item .voice-circle.icon-plant {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 60px auto;
}

#voice .voice-box .voice-item .voice-circle.icon-shop {
    background-image: url(https://img07.en25.com/Web/SMFLCAPITALLTD/{9c4f845f-5005-4622-b1a8-e767dfbe8280}_icon_shop.png);
}

#voice .voice-box .voice-item .voice-circle.icon-plant {
    background-image: url(https://img07.en25.com/Web/SMFLCAPITALLTD/{2b68f335-477b-4d8a-ae52-8088529474f5}_icon_plant.png);
}

#voice .voice-box .voice-item .voice-text {
    margin-top: 20px;
}
#voice .voice-box .voice-item .voice-text > dt {
    font-size: 18px;
    font-weight: 400;
}
#voice .voice-box .voice-item .voice-text > dd {
    margin-top: 25px;
}

#corp .corp-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

#corp .corp-list > li {
    width: 46%;
    font-size: 18px;
    text-align: center;
    padding: 15px 10px;
    border-bottom: 1px solid #dedede;
}

/* ----------------------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1079px) {
    header #header-logo {
        max-width: 240px;
    }

    .footer-nav .footer-nav-list {
        font-size: 14px;
    }

    .footer-nav .footer-nav-list > li:after {
        margin: 0 5px;
    }

    section {
        padding: 50px 0;
    }

    section .section-inner {
        padding: 0 30px;
    }

    section .section-copy-title {
        font-size: 24px;
    }

    section .section-title {
        font-size: 26px;
    }

    #mainvisual {
        height: 640px;
        padding-top: 80px;
    }

    #mainvisual .mainvisual-inner {
        padding: 0 40px;
    }

    #risk .trouble-box::before {
        height: 90%;
    }
    
    #risk .trouble-box .trouble-item:first-child {
        padding-right: 10px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
    #risk .trouble-item .trouble-copy {
        font-size: 22px;
        margin-bottom: 20px;
    }
    
    #risk .trouble-item .trouble-list >li {
        font-size: 16px;
        margin-bottom: 5px;
        padding-left: 35px;
    }
    
    #risk .trouble-item .trouble-list >li::before {
        width: 22px;
        height: 16px;
    }
    
    #choice .security-box .security-item:first-child {
        padding-right: 7.156vw;
        margin-right: 4.449vw;
    }

    #choice .secutity-table {
        width: 44.486vw;
    }

    #choice .secutity-table thead th {
        padding: 0 5px;
        font-size: 14px;
    }

    #choice .secutity-table tbody th,
    #choice .secutity-table tbody td {
        padding: 0 5px;
        font-size: 14px;
    }

    #choice .features-list > li {
        font-size: 14px;
        width: 30%;
        margin: 25px 1.5% 30px;
    }
    
    #voice .voice-box .voice-item {
        width: 47%;
        padding: 0 10px;
    }

    #corp .corp-list > li {
        width: 47%;
        font-size: 16px;
    }
    
}
/* ----------------------------------------------------------------- */
@media screen and (max-width: 767px) {
    body {
        font-size: 3.129vw;
    }

    header {
        padding: 2.608vw 0;
    }

    header .header-inner {
        padding: 0 2.608vw;
    }

    header #header-logo {
        max-width: 39.113vw;
        line-height: 1;
    }

    footer {
        padding: 2.608vw 0;
    }

    .footer-nav .footer-nav-list {
        flex-direction: column;
        margin-bottom: 0.652vw;
        font-size: 3.651vw;
    }

    .footer-nav .footer-nav-list > li a {
        color: #ffffff;
    }

    .footer-nav .footer-nav-list > li:after {
        display: none;
    }

    #copyright {
        font-size: 2.086vw;
    }

    section {
        padding: 7.822vw 0;
    }
    
    section .section-inner {
        padding: 0 2.608vw;
    }
    
    section .section-copy-title {
        font-size: 4.172vw;
        margin-bottom: 5.215vw;
    }

    section .section-head {
        margin-bottom: 5.215vw;
    }

    section .section-title {
        font-size: 4.172vw;
    }

    section .section-head .section-lead-text {
        margin-top: 3.911vw;
    }

    section .section-sub-title {
        font-size: 3.651vw;
        margin-top: 7.823vw;
        margin-bottom: 5.215vw;
    }

    .cv {
        padding: 6.519vw 2.608vw 5.215vw;
    }
    
    .cv.bg-dark {
        padding: 2.608vw 2.608vw;
    }
    
    .cv .cv-btn {
        max-width: none;
        width: 70.404vw;
    }
    
    .cv .cv-btn a {
        font-size: 4.694vw;
        line-height: 13.038vw;
        padding: 0 2.608vw;
        border-radius: 6.519vw;
    }
    
    #mainvisual {
        height: 97.784vw;
        padding-top: 13.038vw;
    }
    
    #mainvisual:before {
        height: 88.657vw;
    }
    
    #mainvisual:after {
        background-size: 220% auto;
    }
    
    #mainvisual .mainvisual-inner {
        padding: 0 5.215vw;
    }
    
    #mainvisual .main-copy {
        font-size: 4.954vw;
        line-height: 1.8em;
    }
    
    #mainvisual .strong-point {
        margin-top: 5.215vw;
    }
    
    #mainvisual .strong-point .strong-point-copy {
        font-size: 4.172vw;
        margin-bottom: 2.608vw;
    }
    
    .strong-point .strong-point-list:before,
    .strong-point .strong-point-list::after {
        width: 15.645vw;
    }

    .strong-point .strong-point-list > li {
        width: 33.898vw;
        height: 33.898vw;
        margin: 0 2.608vw;
    }
    
    .strong-point .strong-point-list > li .strong-point-text{
        font-size: 2.608vw;
    }
    
    #risk .trouble-box {
        flex-direction: column;
        margin: 5.215vw auto 0;
        padding: 0 2.608vw;
    }
    
    #risk .trouble-box::before {
        height: 100%;
    }
    
    #risk .trouble-box .trouble-item {
        max-width: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 3.911vw;
    }
    
    #risk .trouble-box .trouble-item:first-child {
        max-width: none;
        width: 100%;
        padding: 3.911vw 0 0;
    }
    
    #risk .trouble-item .trouble-copy {
        font-size: 4.172vw;
        margin-bottom: 3.911vw;
        text-align: center;
    }
    
    #risk .trouble-item .trouble-list >li {
        font-size: 3.651vw;
        margin-top: 1.304vw;
        padding-left: 5.215vw;
        position: relative;
    }
    
    #risk .trouble-item .trouble-list >li::before {
        width: 4.172vw;
        height: 3.129vw;
    }
    
    #choice {
        text-align: center;
    }
    
    #choice .security-box {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 50px auto 30px;
    }
    
    #choice .security-box .security-item:first-child {
        padding-right: 0;
        margin-right: 0;
        padding-bottom: 11.473vw;
        margin-bottom: 5.215vw;
    }
    
    #choice .security-box .security-item:first-child::after {
        right: 0;
        left: 0;
        top: auto;
        bottom: 0;
        transform: translate(0, 0);
        font-size: 6.258vw;
    }
    
    #choice .secutity-table {
        max-width: none;
        width: 78.227vw;
    }
    
    #choice .secutity-table thead th,
    #choice .secutity-table tbody th,
    #choice .secutity-table tbody td {
        padding: 0 1.304vw;
        line-height: 7.822vw;
    }
    
    #choice .gray-label {
        padding: 0 3.911vw;
        margin: 2.608vw auto;
    }
    
    #choice .circle {
        width: 39.113vw;
        height: 39.113vw;
    }
    
    #choice .under-arrow {
        width: 20.86vw;
        height: 7.823vw;
        margin: 7.823vw auto 10.43vw;
        border-top-width: 7.823vw;
        border-left-width: 10.43vw;
        border-right-width: 10.43vw;
    }
    
    #choice .features-list {
        justify-content: center;
        margin-bottom: 5.215vw;
    }
    
    #choice .features-list > li {
        width: 46%;
        max-width: none;
        height: 15.645vw;
        margin: 4.889vw 1% 3.911vw;
        border-radius: 1.304vw;
    }

    #choice .features-list > li::before {
        width: 6.476vw;
        height: 6.649vw;
        left: 2.934vw;
        top: -4.889vw;
    }

    .column2-box {
        flex-direction: column;
    }
    
    #voice .voice-box {
        margin-top: 2.608vw;
    }
    
    #voice .voice-box .voice-item {
        width: 100%;
        padding: 0 1.304vw;
        margin-top: 3.911vw;
    }
    
    #voice .voice-box .voice-item .voice-circle {
        width: 19.557vw;
        height: 19.557vw;
    }
    
    #voice .voice-box .voice-item .voice-circle.icon-shop,
    #voice .voice-box .voice-item .voice-circle.icon-plant {
        background-size: 11.734vw auto;
    }
    
    #voice .voice-box .voice-item .voice-text {
        margin-top: 2.608vw;
    }
    #voice .voice-box .voice-item .voice-text > dt {
        font-size: 3.651vw;
    }
    #voice .voice-box .voice-item .voice-text > dd {
        margin-top: 3.911vw;
    }

    #corp .corp-list {
        flex-wrap: wrap;
        flex-direction: column;;
    }

    #corp .corp-list > li {
        width: 100%;
        font-size: 3.651vw;
        text-align: left;
        padding: 1.956vw 1.304vw;
    }

}

/* ----------------------------------------------------------------- */
@media screen and (min-width: 768px) {
    .only-sp {
        display: none;
    }
}